home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / os2 / pmvkpr21.zip / pmvkproc.hlp (.txt) < prev    next >
OS/2 Help File  |  1996-08-29  |  6KB  |  209 lines

  1.  
  2. ΓòÉΓòÉΓòÉ 1. Help for PMVKPROC V2.1 ΓòÉΓòÉΓòÉ
  3.  
  4.  Help 
  5.  
  6.  
  7. ΓòÉΓòÉΓòÉ 1.1. PMVKPROC - General Help ΓòÉΓòÉΓòÉ
  8.  
  9. The PMVKPROC utility lists all processes runnning in the system under OS/2 and 
  10. also gives some general information about system variables. The informations 
  11. are explained in detail in the help later. First some informations about the 
  12. API call which are used. To query the process information the undocumented API 
  13. DosQProcStatus function is used - therefore its stability is in question 
  14. because IBM could change or remove this API without telling anyone. But this 
  15. API stayed the same for a long time....(certainly since 1993). To kill a 
  16. process the call DosKillProcess ist used. Unfortunately there are some 
  17. processes which cannot be killed with the DosKillProcess funktion of the 
  18. operating system. I don't know why. To get the informations about the system 
  19. variables the call DosQuerySysInfo is used. 
  20.  
  21. The main window contains only push buttons which should be used to get the 
  22. informations: 
  23.  
  24.      General information button 
  25.  
  26.      Process information button 
  27.  
  28.      Exit button 
  29.  
  30.  The PMVKPROC utility is a fully functional shareware version. Support 
  31.  shareware by sending $10 after a test period of 14 days to: 
  32.  
  33.       Frank Stanischewski 
  34.       Elise-Spaeth-Strasse 17 
  35.       D-91058 Erlangen 
  36.       Germany 
  37.  
  38.  (C) 1996 Frank Stanischewski 
  39.  
  40.  
  41. ΓòÉΓòÉΓòÉ 1.1.1. Exit button ΓòÉΓòÉΓòÉ
  42.  
  43. Use this button to leave PMVKPROC. Bye. 
  44.  
  45.  
  46. ΓòÉΓòÉΓòÉ 1.1.2. Process information window ΓòÉΓòÉΓòÉ
  47.  
  48. Use this window to query information about running processes. 
  49.  
  50. For information, see: 
  51.  
  52.      Processes listbox 
  53.  
  54.      Process info listbox 
  55.  
  56.      Push buttons 
  57.  
  58.  
  59. ΓòÉΓòÉΓòÉ 1.1.3. Processes listbox ΓòÉΓòÉΓòÉ
  60.  
  61. This list box displays all processes which are currently running. 
  62.  
  63. The processes are listed with their full name. The parent-child relationship 
  64. between the processes is shown by indenting the child process one character. 
  65. For example 
  66.  
  67.     \os2\pmshell.exe
  68.      \os2\cmd.exe
  69.      \os2\epm.exe
  70.  
  71. The processes cmd.exe and epm.exe are childs of pmshell.exe. so cmd.exe and 
  72. epm.exe are siblings. 
  73.  
  74. To get more information on one of the processes doubleclick one of them. The 
  75. you will more information in the process info listbox. 
  76.  
  77.  
  78. ΓòÉΓòÉΓòÉ 1.1.4. Process info listbox ΓòÉΓòÉΓòÉ
  79.  
  80. This box shows the detail informations of a process which is selected before in 
  81. the processes listbox. 
  82.  
  83. The informations are: 
  84.  
  85.      Process name 
  86.      Process ID 
  87.      Process priority 
  88.      Parent process name 
  89.      Threads: 
  90.         -  Number of threads of the process 
  91.         -  Thread ID (process related), Thread System ID (system related), 
  92.            Thread priority 
  93.      Modules: 
  94.         -  Number of modules of the process 
  95.         -  Module names 
  96.  
  97.  
  98. ΓòÉΓòÉΓòÉ 1.1.5. Push buttons ΓòÉΓòÉΓòÉ
  99.  
  100.      Refresh 
  101.  
  102.            Use this button to refresh the information in the processes and 
  103.            process info listbox. 
  104.  
  105.      Kill 
  106.  
  107.            Use this button to kill the process selected in the processes 
  108.            listbox. 
  109.  
  110.      Kill 
  111.  
  112.            Use this button to show details of the process selected in the 
  113.            processes listbox. 
  114.  
  115.      Close 
  116.  
  117.            Use this button to close the process information window. 
  118.  
  119.      Help 
  120.  
  121.            Displays help for the process information window. 
  122.  
  123.  
  124. ΓòÉΓòÉΓòÉ 1.1.6. General information window ΓòÉΓòÉΓòÉ
  125.  
  126. Use this window to query information about system variables. 
  127.  
  128. For information about the listbox and the push buttons, see: 
  129.  
  130.      General info listbox 
  131.  
  132.      Push buttons 
  133.  
  134.  This displays information about system varaibles. Most of the show variables 
  135.  are static. That means they are set in the CONFIG.SYS file or are detected 
  136.  during the startup procedure of OS/2. No static variable are marked. 
  137.  
  138.  The variables are grouped in four parts: 
  139.  
  140.      Parallel processes 
  141.  
  142.            Sessions in PM mode 
  143.                 Maximum number of PM mode sessions. 
  144.            Sessions in text mode 
  145.                 Maximum number of text mode sessions. 
  146.            Sessions in DOS mode 
  147.                 Maximum number of DOS mode sessions. 
  148.  
  149.      Time slice 
  150.  
  151.            Smallest time slice 
  152.                 Minimum time slice in milliseconds. 
  153.            Biggest time slice 
  154.                 Maximum time slice in milliseconds. 
  155.            Max. delay time 
  156.                 Maximum wait in seconds. 
  157.            System timer interval 
  158.                 Timer interval in thenths of a millisecond. 
  159.  
  160.      Memory 
  161.  
  162.            System page size 
  163.                 Memory page size in bytes. This value is 4096 for the 
  164.                 386/486/586 processor. 
  165.            Physical memory 
  166.                 Total number of bytes of physical memory in the system. 
  167.            Resident memory 
  168.                 Total number of bytes of resident memory in the system. 
  169.            Memory for all processes 
  170.                 Maximum number of bytes of memory that can be allocated by all 
  171.                 processes in the system. This number is advisory and is not 
  172.                 guaranteed, since system conditions change constantly. 
  173.            Memory for private arena 
  174.                 Maximum number of bytes of memory that a process can allocate 
  175.                 in its private arena. This number is adviroy and is not 
  176.                 guaranteed, since system conidtions change constantly. 
  177.            Memory for shared arena 
  178.                 Maximum number of bytes of memory that a process can allocate 
  179.                 in its shared arena. This number is adviroy and is not 
  180.                 guaranteed, since system conidtions change constantly. 
  181.  
  182.      Path length 
  183.  
  184.            Length of path 
  185.                 Maximum length, in bytes, of a path name. 
  186.            Length of part in path 
  187.                 Maximum length, in bytes, of one component in a path name. 
  188.  
  189.  
  190. ΓòÉΓòÉΓòÉ 1.1.7. General info listbox ΓòÉΓòÉΓòÉ
  191.  
  192. This box shows information about system variables. See for more information. 
  193.  
  194.  
  195. ΓòÉΓòÉΓòÉ 1.1.8. Push buttons ΓòÉΓòÉΓòÉ
  196.  
  197.      Refresh 
  198.  
  199.            Use this button to refresh the information in the general info 
  200.            listbox. 
  201.  
  202.      Close 
  203.  
  204.            Use this button to close the general information window. 
  205.  
  206.      Help 
  207.  
  208.            Displays help for the general information window. 
  209.